From: Kenichi Handa Date: Wed, 19 Mar 2003 11:11:50 +0000 (+0000) Subject: ("Latin-6"): Fix input-method. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~52941 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bccb30c4229e6d3254d2d5b2251384b07f880e84;p=emacs.git ("Latin-6"): Fix input-method. ("Latin-7"): Fix input-method. --- diff --git a/lisp/language/european.el b/lisp/language/european.el index 69c3587c981..7c8d728523c 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -381,8 +381,7 @@ and it selects the Spanish tutorial.")) "Latin-6" `((coding-system latin-6) (coding-priority latin-6) (nonascii-translation . ,(get 'decode-iso-latin-6 'translation-table)) - (input-method . latin-pre) - (input-method . latin-pre) + (input-method . "latin-prefix") (features code-pages) (documentation . "Support for Latin-6.")) '("European")) @@ -392,7 +391,7 @@ and it selects the Spanish tutorial.")) (coding-priority latin-7) (nonascii-translation . ,(get 'decode-iso-latin-7 'translation-table)) - (input-method . latin-pre) + (input-method . "latin-prefix") (features code-pages) (documentation . "Support for Latin-7, e.g. Latvian, Lithuanian.")) '("European"))